home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #4
- #
- hdd4_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 4/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Device Management "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[brightgrey on cyan]
- print " -- IBM/Hitachi -- -- Seagate -- "
- set textColor = color[white on cyan]
- print " [F1] Feature Tool V1.96 [F2] UATA100 V3.06 "
- print " "
- set textColor = color[brightgrey on cyan]
- print " -- Maxtor -- -- Western Digital -- "
- set textColor = color[white on cyan]
- print " [F3] AMSET V4.00 [F5] Ultra ATA Manager (June, 2003) "
- print " [F4] MAXLLF V1.1 "
- print " "
- set textColor = color[brightgrey on cyan]
- print " -- Others -- "
- set textColor = color[white on cyan]
- print " [F6] ATA Password Tool V1.1 "
- print " [F7] SMARTUDM V2.00 "
- print " [F8] ATAINF V1.3 "
- print " "
- print " "
- print " "
- set textColor = color[blue on cyan]
- print " >>> Press [Space] for more harddisk tools ... "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then memdisk \images\ibmft.igz
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\uata100\startup.bat
- if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\amset\startup.bat
- if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\maxllf\startup.bat
- if ($lastKey == key[f5]); then memdisk \images\dlgudma.igz
- if ($lastKey == key[f6]); then bcdw \images\freedos.img \dosapps\atapwd\startup.bat
- if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\smartudm\startup.bat
- if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\atainf\startup.bat
- if ($lastKey == key[space]); then script hdd5.scn
- if ($lastKey == key[esc]); then script hdd3.scn
- goto hdd4_menu
-
-